home *** CD-ROM | disk | FTP | other *** search
- /*
- SFXProcs.h
-
- Special effects for Graphic Elements
-
- Copyright 1994 by Al Evans. All rights reserved.
-
- 6/9/94
-
- */
-
- #ifndef SFXPROCS
- #define SFXPROCS
-
- #include "SFXCtrlr.h"
-
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- //Horizontal wipe
- pascal void SFXHWipe(SFXCtrlrPtr controller);
-
- //Vertical wipe
- pascal void SFXVWipe(SFXCtrlrPtr controller);
-
- //Blink
- pascal void SFXBlink(SFXCtrlrPtr controller);
- #ifdef __cplusplus
- }
- #endif
-
-
- #endif